home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 5 / Amiga Plus Sonderheft 1996 #5.iso / programme / imagedesk304 / imagedesk / instdata.lha / instdata / rexx / Default.StartPPaint.IDesk < prev    next >
Text File  |  1996-02-05  |  301b  |  22 lines

  1. /* If choosen for the default AREXX script, this script
  2.    will start a painting program.
  3. */
  4.  
  5. OPTIONS RESULTS
  6.  
  7. PARSE ARG iname itype ipos
  8.  
  9. Program = "Work:grafik/PPaint/PPaint"
  10. /*         ^-
  11.               Edit it for your requirements
  12. */
  13.  
  14.  
  15. ADDRESS COMMAND
  16.  
  17. Program iname
  18.  
  19. ADDRESS IDESK_REXXPORT
  20.  
  21. exit
  22.